Correct author order
authorStephen Becker IV <github@deathbyescalator.com>
Tue, 17 May 2016 23:31:42 +0000 (16:31 -0700)
committerStephen Becker IV <github@deathbyescalator.com>
Tue, 17 May 2016 23:31:42 +0000 (16:31 -0700)
commitc29be695a13f978a62fa2be1db21fc7a53da7aed
tree43ced0d513d6edd0dbbe0e0649ee88b3cd61ddd0
parent42bce5c10c0f63a38b0a8d56f4ae07facd749df1
Correct author order

Dearest Reviewer,

PR #2696 added some new checks for environment variables for author and
email. After the pull request was merged a comment was left about gits
ordering for looking at the variables. This pull request closes #2705 by
reordering the look up and also addeds CARGO_NAME and CARGO_EMAIL to the
top of the order.

Thanks
Becker
src/cargo/ops/cargo_new.rs
tests/test_cargo_new.rs